func runtime.inHeapOrStack

2 uses

	runtime (current package)
		cgocall.go#L625: 	if inHeapOrStack(uintptr(p)) {
		mheap.go#L658: func inHeapOrStack(b uintptr) bool {